﻿2026-06-05T00:45:31.4171674Z Current runner version: '2.334.0'
2026-06-05T00:45:31.4181071Z Runner name: 'gravity'
2026-06-05T00:45:31.4182270Z Runner group name: 'Default'
2026-06-05T00:45:31.4183624Z Machine name: 'gravity-linux'
2026-06-05T00:45:31.4187654Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T00:45:31.4192192Z Contents: read
2026-06-05T00:45:31.4193054Z Metadata: read
2026-06-05T00:45:31.4193857Z Packages: read
2026-06-05T00:45:31.4194740Z ##[endgroup]
2026-06-05T00:45:31.4198469Z Secret source: Actions
2026-06-05T00:45:31.4199950Z Prepare workflow directory
2026-06-05T00:45:31.4965603Z Prepare all required actions
2026-06-05T00:45:31.5025877Z Getting action download info
2026-06-05T00:45:32.0325442Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T00:45:32.9761624Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-05T00:45:33.1116549Z ##[group]Run actions/checkout@v5
2026-06-05T00:45:33.1118509Z with:
2026-06-05T00:45:33.1119316Z   repository: SaberMage/spt-core
2026-06-05T00:45:33.1127670Z   token: ***
2026-06-05T00:45:33.1128324Z   ssh-strict: true
2026-06-05T00:45:33.1128981Z   ssh-user: git
2026-06-05T00:45:33.1130077Z   persist-credentials: true
2026-06-05T00:45:33.1130818Z   clean: true
2026-06-05T00:45:33.1131477Z   sparse-checkout-cone-mode: true
2026-06-05T00:45:33.1132278Z   fetch-depth: 1
2026-06-05T00:45:33.1132917Z   fetch-tags: false
2026-06-05T00:45:33.1133580Z   show-progress: true
2026-06-05T00:45:33.1134239Z   lfs: false
2026-06-05T00:45:33.1134869Z   submodules: false
2026-06-05T00:45:33.1135560Z   set-safe-directory: true
2026-06-05T00:45:33.1136850Z ##[endgroup]
2026-06-05T00:45:33.2683189Z Syncing repository: SaberMage/spt-core
2026-06-05T00:45:33.2686728Z ##[group]Getting Git version info
2026-06-05T00:45:33.2688236Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T00:45:33.2690333Z [command]/usr/bin/git version
2026-06-05T00:45:33.2691240Z git version 2.34.1
2026-06-05T00:45:33.2694256Z ##[endgroup]
2026-06-05T00:45:33.2703014Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/ac9b61e5-0b49-451a-9114-aaf7440b41c8/.gitconfig'
2026-06-05T00:45:33.2719461Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/ac9b61e5-0b49-451a-9114-aaf7440b41c8' before making global git config changes
2026-06-05T00:45:33.2722710Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T00:45:33.2725557Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T00:45:33.2778975Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T00:45:33.2809464Z https://github.com/SaberMage/spt-core
2026-06-05T00:45:33.2828109Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T00:45:33.2834359Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T00:45:33.2864487Z refs/heads/dev-freeform
2026-06-05T00:45:33.2876689Z [command]/usr/bin/git checkout --detach
2026-06-05T00:45:33.2954304Z HEAD is now at 2fe4573 feat(daemon,cli,proto): M5-D4a link-break close + divergence + relink + owner cascade
2026-06-05T00:45:33.3023064Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T00:45:33.3063000Z Deleted branch dev-freeform (was 2fe4573).
2026-06-05T00:45:33.3116350Z ##[endgroup]
2026-06-05T00:45:33.3117144Z [command]/usr/bin/git submodule status
2026-06-05T00:45:33.3359582Z ##[group]Cleaning the repository
2026-06-05T00:45:33.3364318Z [command]/usr/bin/git clean -ffdx
2026-06-05T00:45:33.3404190Z Removing traceable-reqs
2026-06-05T00:45:33.3416372Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T00:45:33.3472062Z HEAD is now at 2fe4573 feat(daemon,cli,proto): M5-D4a link-break close + divergence + relink + owner cascade
2026-06-05T00:45:33.3477713Z ##[endgroup]
2026-06-05T00:45:33.3481425Z ##[group]Disabling automatic garbage collection
2026-06-05T00:45:33.3487922Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T00:45:33.3524976Z ##[endgroup]
2026-06-05T00:45:33.3526222Z ##[group]Setting up auth
2026-06-05T00:45:33.3535561Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T00:45:33.3579085Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T00:45:33.3856641Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T00:45:33.3895569Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T00:45:33.4135167Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T00:45:33.4176278Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T00:45:33.4422322Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T00:45:33.4483305Z ##[endgroup]
2026-06-05T00:45:33.4484663Z ##[group]Fetching the repository
2026-06-05T00:45:33.4496490Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2fe4573585bd61bc7ea27c632a042bacf7dd796d:refs/remotes/origin/dev-freeform
2026-06-05T00:45:33.9996231Z ##[endgroup]
2026-06-05T00:45:33.9997450Z ##[group]Determining the checkout info
2026-06-05T00:45:33.9998826Z ##[endgroup]
2026-06-05T00:45:34.0105001Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T00:45:34.0108439Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T00:45:34.0111551Z ##[group]Checking out the ref
2026-06-05T00:45:34.0118484Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T00:45:34.0177873Z Switched to a new branch 'dev-freeform'
2026-06-05T00:45:34.0179884Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T00:45:34.0186585Z ##[endgroup]
2026-06-05T00:45:34.0234526Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T00:45:34.0267604Z 2fe4573585bd61bc7ea27c632a042bacf7dd796d
2026-06-05T00:45:34.0565414Z ##[group]Run cargo build --workspace --all-targets
2026-06-05T00:45:34.0566617Z [36;1mcargo build --workspace --all-targets[0m
2026-06-05T00:45:34.0593614Z shell: /usr/bin/bash -e {0}
2026-06-05T00:45:34.0594389Z ##[endgroup]
2026-06-05T00:45:34.5676147Z    Compiling proc-macro2 v1.0.106
2026-06-05T00:45:34.5677980Z    Compiling unicode-ident v1.0.24
2026-06-05T00:45:34.5679607Z    Compiling quote v1.0.45
2026-06-05T00:45:34.5681004Z    Compiling libc v0.2.186
2026-06-05T00:45:34.6661619Z    Compiling serde_core v1.0.228
2026-06-05T00:45:34.8002653Z    Compiling serde v1.0.228
2026-06-05T00:45:35.0522091Z    Compiling cfg-if v1.0.4
2026-06-05T00:45:35.1091142Z    Compiling typenum v1.20.1
2026-06-05T00:45:36.7321293Z    Compiling syn v2.0.117
2026-06-05T00:45:36.8368590Z    Compiling portable-atomic v1.13.1
2026-06-05T00:45:37.3371280Z    Compiling version_check v0.9.5
2026-06-05T00:45:37.6606684Z    Compiling memchr v2.8.1
2026-06-05T00:45:37.7240069Z    Compiling critical-section v1.2.0
2026-06-05T00:45:37.7950915Z    Compiling subtle v2.6.1
2026-06-05T00:45:37.9720957Z    Compiling generic-array v0.14.7
2026-06-05T00:45:38.1061056Z    Compiling semver v1.0.28
2026-06-05T00:45:38.5130967Z    Compiling rustc_version v0.4.1
2026-06-05T00:45:38.8600892Z    Compiling shlex v2.0.1
2026-06-05T00:45:38.9183448Z    Compiling find-msvc-tools v0.1.9
2026-06-05T00:45:39.0526810Z    Compiling smallvec v1.15.1
2026-06-05T00:45:39.2094969Z    Compiling cc v1.2.63
2026-06-05T00:45:39.3181041Z    Compiling equivalent v1.0.2
2026-06-05T00:45:39.3711230Z    Compiling itoa v1.0.18
2026-06-05T00:45:39.6660793Z    Compiling crypto-common v0.1.7
2026-06-05T00:45:39.6854530Z    Compiling pin-project-lite v0.2.17
2026-06-05T00:45:39.7461206Z    Compiling getrandom v0.2.17
2026-06-05T00:45:39.7611745Z    Compiling cpufeatures v0.2.17
2026-06-05T00:45:39.8080869Z    Compiling hashbrown v0.17.1
2026-06-05T00:45:39.9280746Z    Compiling log v0.4.30
2026-06-05T00:45:40.1498360Z    Compiling futures-core v0.3.32
2026-06-05T00:45:40.2790735Z    Compiling bytes v1.11.1
2026-06-05T00:45:40.8128069Z    Compiling indexmap v2.14.0
2026-06-05T00:45:41.3253309Z    Compiling bitflags v2.11.1
2026-06-05T00:45:41.5230306Z    Compiling rand_core v0.10.1
2026-06-05T00:45:41.5880559Z    Compiling socket2 v0.6.4
2026-06-05T00:45:41.6940763Z    Compiling getrandom v0.4.2
2026-06-05T00:45:41.8743370Z    Compiling block-buffer v0.10.4
2026-06-05T00:45:41.9963450Z    Compiling mio v1.2.1
2026-06-05T00:45:42.0212872Z    Compiling stable_deref_trait v1.2.1
2026-06-05T00:45:42.1037125Z    Compiling digest v0.10.7
2026-06-05T00:45:42.3620526Z    Compiling futures-io v0.3.32
2026-06-05T00:45:42.4951162Z    Compiling futures-sink v0.3.32
2026-06-05T00:45:42.5090849Z    Compiling slab v0.4.12
2026-06-05T00:45:42.5710378Z    Compiling futures-channel v0.3.32
2026-06-05T00:45:42.7060612Z    Compiling futures-task v0.3.32
2026-06-05T00:45:42.7530367Z    Compiling curve25519-dalek v4.1.3
2026-06-05T00:45:42.8662000Z    Compiling zerocopy v0.8.50
2026-06-05T00:45:42.8800414Z    Compiling rand_core v0.6.4
2026-06-05T00:45:42.9670537Z    Compiling synstructure v0.13.2
2026-06-05T00:45:43.0610489Z    Compiling ahash v0.8.12
2026-06-05T00:45:43.2120605Z    Compiling sha2 v0.10.9
2026-06-05T00:45:43.7080676Z    Compiling fnv v1.0.7
2026-06-05T00:45:43.7650422Z    Compiling vcpkg v0.2.15
2026-06-05T00:45:43.7970634Z    Compiling signature v2.2.0
2026-06-05T00:45:43.9030716Z    Compiling pkg-config v0.3.33
2026-06-05T00:45:44.6480576Z    Compiling ed25519 v2.2.3
2026-06-05T00:45:44.7320210Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T00:45:44.8100421Z    Compiling autocfg v1.5.1
2026-06-05T00:45:45.0320755Z    Compiling zmij v1.0.21
2026-06-05T00:45:45.3370490Z    Compiling serde_json v1.0.150
2026-06-05T00:45:45.4507163Z    Compiling fastrand v2.4.1
2026-06-05T00:45:45.5819070Z    Compiling serde_derive v1.0.228
2026-06-05T00:45:45.7229441Z    Compiling zeroize_derive v1.4.3
2026-06-05T00:45:46.3500553Z    Compiling zeroize v1.8.2
2026-06-05T00:45:46.5261566Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T00:45:47.1900590Z    Compiling tokio-macros v2.7.0
2026-06-05T00:45:48.0071016Z    Compiling tokio v1.52.3
2026-06-05T00:45:49.4898811Z    Compiling futures-macro v0.3.32
2026-06-05T00:45:50.4703964Z    Compiling zerofrom-derive v0.1.7
2026-06-05T00:45:52.2510528Z    Compiling zerofrom v0.1.8
2026-06-05T00:45:52.3693481Z    Compiling once_cell v1.21.4
2026-06-05T00:45:52.3751109Z    Compiling futures-util v0.3.32
2026-06-05T00:45:52.6154483Z    Compiling yoke-derive v0.8.2
2026-06-05T00:45:54.0872810Z    Compiling yoke v0.8.2
2026-06-05T00:45:54.3109101Z    Compiling zerovec-derive v0.11.3
2026-06-05T00:45:55.8581657Z    Compiling zerovec v0.11.6
2026-06-05T00:45:56.9020831Z    Compiling displaydoc v0.2.6
2026-06-05T00:45:57.4240656Z    Compiling hashbrown v0.14.5
2026-06-05T00:45:57.5410903Z    Compiling cfg_aliases v0.2.1
2026-06-05T00:45:57.7450576Z    Compiling tinystr v0.8.3
2026-06-05T00:45:57.8681270Z    Compiling tracing-core v0.1.36
2026-06-05T00:45:57.9650607Z    Compiling tracing-attributes v0.1.31
2026-06-05T00:45:58.4095128Z    Compiling ed25519-dalek v2.2.0
2026-06-05T00:45:58.6381807Z    Compiling hashlink v0.9.1
2026-06-05T00:45:58.7302963Z    Compiling fallible-iterator v0.3.0
2026-06-05T00:45:59.0840448Z    Compiling litemap v0.8.2
2026-06-05T00:45:59.0900637Z    Compiling rustversion v1.0.22
2026-06-05T00:45:59.2442800Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T00:45:59.3392310Z    Compiling writeable v0.6.3
2026-06-05T00:45:59.3890502Z    Compiling rusqlite v0.32.1
2026-06-05T00:45:59.5880543Z    Compiling icu_locale_core v2.2.0
2026-06-05T00:45:59.8720252Z    Compiling tracing v0.1.44
2026-06-05T00:46:00.2000854Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T00:46:01.1746285Z    Compiling zerotrie v0.2.4
2026-06-05T00:46:01.2989479Z    Compiling potential_utf v0.1.5
2026-06-05T00:46:01.3380562Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T00:46:01.3950588Z    Compiling utf8_iter v1.0.4
2026-06-05T00:46:01.4381047Z    Compiling icu_properties_data v2.2.0
2026-06-05T00:46:01.5270777Z    Compiling icu_provider v2.2.0
2026-06-05T00:46:01.5630735Z    Compiling icu_collections v2.2.0
2026-06-05T00:46:01.5830516Z    Compiling tokio-util v0.7.18
2026-06-05T00:46:01.9645095Z    Compiling anyhow v1.0.102
2026-06-05T00:46:02.3452970Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-05T00:46:02.3512210Z    Compiling percent-encoding v2.3.2
2026-06-05T00:46:02.5340802Z    Compiling icu_normalizer v2.2.0
2026-06-05T00:46:02.8133322Z    Compiling icu_properties v2.2.0
2026-06-05T00:46:03.2149408Z    Compiling ring v0.17.14
2026-06-05T00:46:03.3530542Z    Compiling http v1.4.1
2026-06-05T00:46:03.7750618Z    Compiling cpufeatures v0.3.0
2026-06-05T00:46:03.8230531Z    Compiling thiserror v2.0.18
2026-06-05T00:46:04.1220517Z    Compiling strsim v0.11.1
2026-06-05T00:46:04.9378488Z    Compiling idna_adapter v1.2.2
2026-06-05T00:46:05.0330401Z    Compiling rustls-pki-types v1.14.1
2026-06-05T00:46:05.0700789Z    Compiling thiserror-impl v2.0.18
2026-06-05T00:46:05.6960921Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T00:46:06.2392390Z    Compiling idna v1.1.0
2026-06-05T00:46:06.9260880Z    Compiling chacha20 v0.10.0
2026-06-05T00:46:07.2116536Z    Compiling form_urlencoded v1.2.2
2026-06-05T00:46:07.2270890Z    Compiling ipnet v2.12.0
2026-06-05T00:46:07.3549707Z    Compiling ident_case v1.0.1
2026-06-05T00:46:07.4441165Z    Compiling untrusted v0.9.0
2026-06-05T00:46:07.4553746Z    Compiling darling_core v0.20.11
2026-06-05T00:46:07.9000811Z    Compiling url v2.5.8
2026-06-05T00:46:07.9371328Z    Compiling rand v0.10.1
2026-06-05T00:46:09.0061031Z    Compiling scopeguard v1.2.0
2026-06-05T00:46:09.0711901Z    Compiling rustls v0.23.40
2026-06-05T00:46:09.1978940Z    Compiling unicode-segmentation v1.13.3
2026-06-05T00:46:09.2391077Z    Compiling lock_api v0.4.14
2026-06-05T00:46:09.5560680Z    Compiling const-oid v0.10.2
2026-06-05T00:46:09.7766107Z    Compiling convert_case v0.10.0
2026-06-05T00:46:09.8009039Z    Compiling rustls-webpki v0.103.13
2026-06-05T00:46:10.1740762Z    Compiling atomic-waker v1.1.2
2026-06-05T00:46:10.2540308Z    Compiling unicode-xid v0.2.6
2026-06-05T00:46:10.3457389Z    Compiling derive_more-impl v2.1.1
2026-06-05T00:46:11.2261499Z    Compiling rustix v1.1.4
2026-06-05T00:46:11.5490530Z    Compiling httparse v1.10.1
2026-06-05T00:46:11.6630884Z    Compiling darling_macro v0.20.11
2026-06-05T00:46:11.9897774Z    Compiling h2 v0.4.14
2026-06-05T00:46:11.9970467Z    Compiling darling v0.20.11
2026-06-05T00:46:12.0440672Z    Compiling derive_builder_core v0.20.2
2026-06-05T00:46:13.5510539Z    Compiling http-body v1.0.1
2026-06-05T00:46:13.6803580Z    Compiling hybrid-array v0.4.12
2026-06-05T00:46:14.6014973Z    Compiling powerfmt v0.2.0
2026-06-05T00:46:14.8180244Z    Compiling heck v0.5.0
2026-06-05T00:46:15.0780633Z    Compiling base64ct v1.8.3
2026-06-05T00:46:15.4550539Z    Compiling paste v1.0.15
2026-06-05T00:46:15.6600224Z    Compiling linux-raw-sys v0.12.1
2026-06-05T00:46:15.9693091Z    Compiling derive_more v2.1.1
2026-06-05T00:46:16.1520506Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T00:46:16.5007017Z    Compiling deranged v0.5.8
2026-06-05T00:46:18.3559604Z    Compiling derive_builder_macro v0.20.2
2026-06-05T00:46:18.9880839Z    Compiling spez v0.1.2
2026-06-05T00:46:19.1380580Z    Compiling n0-error-macros v0.1.3
2026-06-05T00:46:19.3260568Z    Compiling memoffset v0.6.5
2026-06-05T00:46:19.4380716Z    Compiling num-traits v0.2.19
2026-06-05T00:46:19.5764629Z    Compiling base64 v0.22.1
2026-06-05T00:46:19.8881664Z    Compiling tower-service v0.3.3
2026-06-05T00:46:19.9152467Z    Compiling data-encoding v2.11.0
2026-06-05T00:46:19.9448409Z    Compiling parking_lot_core v0.9.12
2026-06-05T00:46:20.0154768Z    Compiling tinyvec_macros v0.1.1
2026-06-05T00:46:20.0492300Z    Compiling thiserror v1.0.69
2026-06-05T00:46:20.1251345Z    Compiling try-lock v0.2.5
2026-06-05T00:46:20.1940546Z    Compiling num-conv v0.2.2
2026-06-05T00:46:20.2910765Z    Compiling time-core v0.1.8
2026-06-05T00:46:20.3270568Z    Compiling n0-error v0.1.3
2026-06-05T00:46:20.4440773Z    Compiling want v0.3.1
2026-06-05T00:46:20.4590488Z    Compiling tinyvec v1.11.0
2026-06-05T00:46:20.6943978Z    Compiling tempfile v3.27.0
2026-06-05T00:46:20.7300365Z    Compiling derive_builder v0.20.2
2026-06-05T00:46:20.8130568Z    Compiling der v0.8.0-rc.10
2026-06-05T00:46:21.0661265Z    Compiling crypto-common v0.2.2
2026-06-05T00:46:21.2532010Z    Compiling block-buffer v0.12.0
2026-06-05T00:46:21.4185585Z    Compiling vergen-lib v9.1.0
2026-06-05T00:46:21.5360597Z    Compiling n0-future v0.3.2
2026-06-05T00:46:21.6092506Z    Compiling pin-project-internal v1.1.13
2026-06-05T00:46:21.7230897Z    Compiling thiserror-impl v1.0.69
2026-06-05T00:46:22.8200802Z    Compiling inout v0.1.4
2026-06-05T00:46:22.9310838Z    Compiling serial-core v0.4.0
2026-06-05T00:46:23.0654671Z    Compiling termios v0.2.2
2026-06-05T00:46:23.0976709Z    Compiling ioctl-rs v0.1.6
2026-06-05T00:46:23.1090414Z    Compiling parking v2.2.1
2026-06-05T00:46:23.1780466Z    Compiling diatomic-waker v0.2.3
2026-06-05T00:46:23.2500342Z    Compiling spin v0.10.0
2026-06-05T00:46:23.3087545Z    Compiling winnow v1.0.3
2026-06-05T00:46:23.3461461Z    Compiling httpdate v1.0.3
2026-06-05T00:46:23.4230590Z    Compiling cordyceps v0.3.4
2026-06-05T00:46:23.5794304Z    Compiling crossbeam-utils v0.8.21
2026-06-05T00:46:23.6130363Z    Compiling hyper v1.10.1
2026-06-05T00:46:23.8551524Z    Compiling futures-buffered v0.2.13
2026-06-05T00:46:23.8702559Z    Compiling futures-lite v2.6.1
2026-06-05T00:46:24.3182523Z    Compiling serial-unix v0.4.0
2026-06-05T00:46:24.5100711Z    Compiling pin-project v1.1.13
2026-06-05T00:46:24.5650839Z    Compiling cipher v0.4.4
2026-06-05T00:46:24.8519928Z    Compiling spki v0.8.0-rc.4
2026-06-05T00:46:25.0628921Z    Compiling digest v0.11.3
2026-06-05T00:46:25.1530618Z    Compiling netlink-packet-core v0.8.1
2026-06-05T00:46:25.3050526Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T00:46:25.9264227Z    Compiling tokio-rustls v0.26.4
2026-06-05T00:46:26.2900334Z    Compiling vergen v9.1.0
2026-06-05T00:46:26.3670778Z    Compiling vergen-lib v0.1.6
2026-06-05T00:46:26.3990716Z    Compiling noq-udp v0.10.0
2026-06-05T00:46:26.4780545Z    Compiling serde_spanned v0.6.9
2026-06-05T00:46:26.5018819Z    Compiling toml_datetime v0.6.11
2026-06-05T00:46:26.5680735Z    Compiling sync_wrapper v1.0.2
2026-06-05T00:46:26.5920595Z    Compiling universal-hash v0.5.1
2026-06-05T00:46:26.6420333Z    Compiling heapless v0.7.17
2026-06-05T00:46:26.7020761Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T00:46:26.7481959Z    Compiling aho-corasick v1.1.4
2026-06-05T00:46:26.8134306Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T00:46:26.8160849Z    Compiling byteorder v1.5.0
2026-06-05T00:46:26.8695471Z    Compiling pin-utils v0.1.0
2026-06-05T00:46:26.9130774Z    Compiling either v1.16.0
2026-06-05T00:46:27.0357822Z    Compiling bitflags v1.3.2
2026-06-05T00:46:27.0840706Z    Compiling opaque-debug v0.3.1
2026-06-05T00:46:27.0981128Z    Compiling winnow v0.7.15
2026-06-05T00:46:27.1230635Z    Compiling regex-syntax v0.8.10
2026-06-05T00:46:27.2010950Z    Compiling toml_write v0.1.2
2026-06-05T00:46:27.4260905Z    Compiling prefix-trie v0.8.4
2026-06-05T00:46:28.4029544Z    Compiling polyval v0.6.2
2026-06-05T00:46:28.6400428Z    Compiling nix v0.25.1
2026-06-05T00:46:29.7942471Z    Compiling hash32 v0.2.1
2026-06-05T00:46:29.9920832Z    Compiling regex-automata v0.4.14
2026-06-05T00:46:30.1540092Z    Compiling toml_edit v0.22.27
2026-06-05T00:46:31.1580807Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T00:46:33.0450126Z    Compiling parking_lot v0.12.5
2026-06-05T00:46:33.5610444Z    Compiling hyper-util v0.1.20
2026-06-05T00:46:34.8125620Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T00:46:34.9900519Z    Compiling serial v0.4.0
2026-06-05T00:46:35.0445275Z    Compiling filedescriptor v0.8.3
2026-06-05T00:46:35.4421967Z    Compiling spin v0.9.8
2026-06-05T00:46:35.6808775Z    Compiling vergen-gitcl v1.0.8
2026-06-05T00:46:35.7870713Z    Compiling futures-executor v0.3.32
2026-06-05T00:46:36.0737984Z    Compiling signature v3.0.0
2026-06-05T00:46:36.1800470Z    Compiling num_threads v0.1.7
2026-06-05T00:46:36.2968495Z    Compiling tower-layer v0.3.3
2026-06-05T00:46:36.3460563Z    Compiling shell-words v1.1.1
2026-06-05T00:46:36.4739821Z    Compiling downcast-rs v1.2.1
2026-06-05T00:46:36.4931790Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T00:46:36.5310612Z    Compiling portable-pty v0.8.1
2026-06-05T00:46:36.8250718Z    Compiling time v0.3.47
2026-06-05T00:46:36.8980647Z    Compiling futures v0.3.32
2026-06-05T00:46:37.1069830Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T00:46:37.5110389Z    Compiling toml v0.8.23
2026-06-05T00:46:37.5558695Z    Compiling regex v1.12.3
2026-06-05T00:46:38.5310530Z    Compiling proc-macro-crate v3.5.0
2026-06-05T00:46:38.7541012Z    Compiling ghash v0.5.1
2026-06-05T00:46:38.8483013Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T00:46:39.2590738Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T00:46:39.9250799Z    Compiling aes v0.8.4
2026-06-05T00:46:40.6460495Z    Compiling ctr v0.9.2
2026-06-05T00:46:40.6774249Z    Compiling http-body-util v0.1.3
2026-06-05T00:46:40.7780551Z    Compiling cobs v0.3.0
2026-06-05T00:46:40.8428646Z    Compiling netlink-sys v0.8.8
2026-06-05T00:46:40.9680636Z    Compiling postcard-derive v0.2.2
2026-06-05T00:46:41.0240610Z    Compiling aead v0.5.2
2026-06-05T00:46:41.1365058Z    Compiling openssl-probe v0.2.1
2026-06-05T00:46:41.1368214Z    Compiling aes-gcm v0.10.3
2026-06-05T00:46:41.2904743Z    Compiling rustls-native-certs v0.8.4
2026-06-05T00:46:41.3170684Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T00:46:41.5733025Z    Compiling postcard v1.1.3
2026-06-05T00:46:41.7170641Z    Compiling num_enum_derive v0.7.6
2026-06-05T00:46:42.1350656Z    Compiling data-encoding-macro v0.1.20
2026-06-05T00:46:42.1801275Z    Compiling tower v0.5.3
2026-06-05T00:46:42.4920711Z    Compiling crossbeam-channel v0.5.15
2026-06-05T00:46:42.9550457Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T00:46:43.0290388Z    Compiling netlink-packet-route v0.29.0
2026-06-05T00:46:43.2520650Z    Compiling strum_macros v0.28.0
2026-06-05T00:46:43.3960768Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T00:46:43.8880599Z    Compiling noq v0.18.0
2026-06-05T00:46:44.0160466Z    Compiling netwatch v0.16.0
2026-06-05T00:46:44.0878115Z    Compiling enum-assoc v1.3.0
2026-06-05T00:46:44.1971484Z    Compiling async-trait v0.1.89
2026-06-05T00:46:44.9747975Z    Compiling uuid v1.23.2
2026-06-05T00:46:45.4720616Z    Compiling blake3 v1.8.5
2026-06-05T00:46:45.5081130Z    Compiling acto v0.8.2
2026-06-05T00:46:45.6500360Z    Compiling identity-hash v0.1.0
2026-06-05T00:46:45.7320693Z    Compiling mac-addr v0.3.0
2026-06-05T00:46:45.7640382Z    Compiling lru-slab v0.1.2
2026-06-05T00:46:45.8771343Z    Compiling allocator-api2 v0.2.21
2026-06-05T00:46:45.9172246Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T00:46:46.0730453Z    Compiling ryu v1.0.23
2026-06-05T00:46:46.2690654Z    Compiling tagptr v0.2.0
2026-06-05T00:46:46.4211406Z    Compiling foldhash v0.2.0
2026-06-05T00:46:46.4310663Z    Compiling rustc-hash v2.1.2
2026-06-05T00:46:46.5210651Z    Compiling xml-rs v0.8.28
2026-06-05T00:46:46.5310500Z    Compiling strum v0.28.0
2026-06-05T00:46:46.5890450Z    Compiling hashbrown v0.16.1
2026-06-05T00:46:46.6240659Z    Compiling noq-proto v0.17.0
2026-06-05T00:46:47.6370503Z    Compiling xmltree v0.10.3
2026-06-05T00:46:47.8580708Z    Compiling moka v0.12.15
2026-06-05T00:46:48.0500411Z    Compiling iroh-metrics v0.38.3
2026-06-05T00:46:49.3361725Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T00:46:49.5820721Z    Compiling num_enum v0.7.6
2026-06-05T00:46:49.6600561Z    Compiling tower-http v0.6.11
2026-06-05T00:46:50.1952536Z    Compiling iroh-relay v0.98.0
2026-06-05T00:46:50.4368573Z    Compiling iroh-base v0.98.0
2026-06-05T00:46:51.2050659Z    Compiling netdev v0.42.0
2026-06-05T00:46:52.1790898Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T00:46:52.3971224Z    Compiling netlink-proto v0.12.0
2026-06-05T00:46:52.4030898Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-05T00:46:52.6981172Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-05T00:46:53.4620294Z    Compiling hyper-rustls v0.27.9
2026-06-05T00:46:53.7740363Z    Compiling n0-watcher v0.6.1
2026-06-05T00:46:54.0811899Z    Compiling netlink-packet-route v0.30.0
2026-06-05T00:46:55.2366997Z    Compiling attohttpc v0.30.1
2026-06-05T00:46:56.6009805Z    Compiling tokio-stream v0.1.18
2026-06-05T00:46:57.1360625Z    Compiling simple-dns v0.9.3
2026-06-05T00:46:57.3010585Z    Compiling smol_str v0.1.24
2026-06-05T00:46:57.4981146Z    Compiling sha1_smol v1.0.1
2026-06-05T00:46:57.7230570Z    Compiling constant_time_eq v0.4.2
2026-06-05T00:46:57.8813655Z    Compiling arrayvec v0.7.6
2026-06-05T00:46:58.1530591Z    Compiling simdutf8 v0.1.5
2026-06-05T00:46:58.4534116Z    Compiling resolv-conf v0.7.6
2026-06-05T00:46:58.8805296Z    Compiling arrayref v0.3.9
2026-06-05T00:46:59.5990697Z    Compiling iroh-dns v0.98.0
2026-06-05T00:46:59.6180358Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T00:46:59.6693778Z    Compiling tokio-websockets v0.13.2
2026-06-05T00:47:00.9308717Z    Compiling igd-next v0.17.1
2026-06-05T00:47:03.3113381Z    Compiling reqwest v0.13.4
2026-06-05T00:47:04.4620374Z    Compiling lru v0.16.4
2026-06-05T00:47:04.6710599Z    Compiling webpki-roots v1.0.7
2026-06-05T00:47:04.7760296Z    Compiling iroh v0.98.2
2026-06-05T00:47:05.0040449Z    Compiling hmac v0.12.1
2026-06-05T00:47:05.0560838Z    Compiling serde_bytes v0.11.19
2026-06-05T00:47:05.1350332Z    Compiling seize v0.5.1
2026-06-05T00:47:05.3240582Z    Compiling cmov v0.5.4
2026-06-05T00:47:05.5256743Z    Compiling papaya v0.2.4
2026-06-05T00:47:05.6341100Z    Compiling ctutils v0.4.2
2026-06-05T00:47:05.9370586Z    Compiling hkdf v0.12.4
2026-06-05T00:47:06.0911387Z    Compiling portmapper v0.16.0
2026-06-05T00:47:06.1400662Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-05T00:47:06.6520784Z    Compiling backon v1.6.0
2026-06-05T00:47:06.9314081Z    Compiling spake2 v0.4.0
2026-06-05T00:47:07.2761445Z    Compiling sha1 v0.10.6
2026-06-05T00:47:07.5240872Z    Compiling doctest-file v1.1.1
2026-06-05T00:47:08.0090853Z    Compiling interprocess v2.4.2
2026-06-05T00:47:08.8660868Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-05T00:47:09.8340876Z    Compiling utf8parse v0.2.2
2026-06-05T00:47:09.8995991Z    Compiling anstyle-parse v1.0.0
2026-06-05T00:47:10.0880503Z    Compiling anstyle v1.0.14
2026-06-05T00:47:10.3570575Z    Compiling is_terminal_polyfill v1.70.2
2026-06-05T00:47:10.3680561Z    Compiling colorchoice v1.0.5
2026-06-05T00:47:10.4160599Z    Compiling anstyle-query v1.1.5
2026-06-05T00:47:10.4492884Z    Compiling clap_lex v1.1.0
2026-06-05T00:47:10.4860780Z    Compiling anstream v1.0.0
2026-06-05T00:47:10.6260750Z    Compiling clap_derive v4.6.1
2026-06-05T00:47:10.7080977Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-05T00:47:10.8870275Z    Compiling clap_builder v4.6.0
2026-06-05T00:47:14.7422987Z    Compiling clap v4.6.1
2026-06-05T00:47:31.0088397Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-05T00:47:32.9552757Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-05T00:47:45.5939824Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-05T00:48:26.7100159Z     Finished `dev` profile [unoptimized] target(s) in 2m 52s
2026-06-05T00:48:26.7723803Z ##[group]Run cargo test --workspace
2026-06-05T00:48:26.7724341Z [36;1mcargo test --workspace[0m
2026-06-05T00:48:26.7746366Z shell: /usr/bin/bash -e {0}
2026-06-05T00:48:26.7746759Z ##[endgroup]
2026-06-05T00:48:27.4035085Z     Finished `test` profile [unoptimized] target(s) in 0.38s
2026-06-05T00:48:27.4357850Z      Running unittests src/main.rs (target/debug/deps/mock_session-2d800d14bd17df09)
2026-06-05T00:48:27.4371801Z 
2026-06-05T00:48:27.4372170Z running 0 tests
2026-06-05T00:48:27.4372632Z 
2026-06-05T00:48:27.4373087Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T00:48:27.4373677Z 
2026-06-05T00:48:27.4380466Z      Running unittests src/shell.rs (target/debug/deps/mock_shell-7dbc70ff7f2dfc37)
2026-06-05T00:48:27.4394342Z 
2026-06-05T00:48:27.4394646Z running 0 tests
2026-06-05T00:48:27.4394904Z 
2026-06-05T00:48:27.4395423Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T00:48:27.4396007Z 
2026-06-05T00:48:27.4397700Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-20fc63f348e4715c)
2026-06-05T00:48:27.4409533Z 
2026-06-05T00:48:27.4409869Z running 3 tests
2026-06-05T00:48:27.4430790Z test mock_manifest_parses_and_validates ... ok
2026-06-05T00:48:27.4431395Z test mock_has_no_claude_code_conventions ... ok
2026-06-05T00:48:27.4431985Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-05T00:48:27.4432385Z 
2026-06-05T00:48:27.4432799Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-05T00:48:27.4433391Z 
2026-06-05T00:48:27.4434798Z      Running unittests src/main.rs (target/debug/deps/spt-ed6eaa8dc9554cc9)
2026-06-05T00:48:27.4472981Z 
2026-06-05T00:48:27.4473404Z running 74 tests
2026-06-05T00:48:27.4487693Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-05T00:48:27.4488456Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-05T00:48:27.4489108Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-05T00:48:27.4494450Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-05T00:48:27.4500032Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-05T00:48:27.4508579Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-05T00:48:27.4509377Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-05T00:48:27.4515071Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-05T00:48:27.4515864Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-05T00:48:27.4519977Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-05T00:48:27.4528862Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-05T00:48:38.1455616Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-05T00:48:38.2235242Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-05T00:48:38.2238446Z test api::reporting::tests::boundary_injects_deferred_shell_context ... ok
2026-06-05T00:48:38.2240512Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-05T00:48:38.2245918Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-05T00:48:38.2250297Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-05T00:48:38.2666986Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-05T00:48:38.3850389Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-05T00:48:38.3853996Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-05T00:48:38.3858136Z test api::reporting::tests::history_log_appends ... ok
2026-06-05T00:48:38.3858844Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-05T00:48:38.3867713Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-05T00:48:38.3994222Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-05T00:48:38.4377201Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-05T00:48:38.4478050Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-05T00:48:38.4534122Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-05T00:48:38.4603757Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-05T00:48:38.4661482Z test api::startup::tests::missing_seed_refused ... ok
2026-06-05T00:48:38.4793334Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-05T00:48:38.4807563Z test api::tests::adapter_is_required ... ok
2026-06-05T00:48:38.4818624Z test api::tests::state_value_is_validated ... ok
2026-06-05T00:48:38.4863706Z test api::tests::surface_parses ... ok
2026-06-05T00:48:38.5305858Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-05T00:48:38.5364669Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-05T00:48:38.5428715Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-05T00:48:38.5437475Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-05T00:48:38.5452852Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-05T00:48:38.5490248Z test cli::tests::adapter_subcommands_parse ... ok
2026-06-05T00:48:38.5491186Z test cli::tests::access_subcommands_parse ... ok
2026-06-05T00:48:38.5495219Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-05T00:48:38.5496007Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-05T00:48:38.5496760Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-05T00:48:38.5520603Z test cli::tests::escalation_choice_parses_fail_closed ... ok
2026-06-05T00:48:38.5540479Z test cli::tests::digest_flag_defaults ... ok
2026-06-05T00:48:38.5561780Z test cli::tests::grant_subcommands_parse ... ok
2026-06-05T00:48:38.5582387Z test cli::tests::invalid_usage_errors ... ok
2026-06-05T00:48:38.5593770Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-05T00:48:38.5595312Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-05T00:48:38.5599119Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-05T00:48:38.5638562Z test cli::tests::notify_surface_parses ... ok
2026-06-05T00:48:38.5662678Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-05T00:48:38.5675849Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-05T00:48:38.5690061Z test cli::tests::ring_timeout_defaults ... ok
2026-06-05T00:48:38.5703010Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-05T00:48:38.6143812Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-05T00:48:38.6148562Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-05T00:48:39.1161855Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-05T00:48:39.2966586Z test cli::tests::shell_channels_relay_sensory_and_text_file ... ok
2026-06-05T00:48:39.3020928Z test cli::tests::shell_owner_exclusivity_negatives ... ok
2026-06-05T00:48:39.3060924Z test cli::tests::shell_relink_relaunches_offline_instances_only ... ok
2026-06-05T00:48:39.3147147Z test cli::tests::shell_subcommands_parse ... ok
2026-06-05T00:48:39.3148012Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-05T00:48:39.3315619Z test cli::tests::subcommands_parse ... ok
2026-06-05T00:48:39.3318508Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-05T00:48:39.3322160Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-05T00:48:39.3323107Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-05T00:48:39.3324662Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-05T00:48:39.3325746Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-05T00:48:39.3331393Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-05T00:48:39.4052792Z test cli::tests::shell_spawn_approval_floor_gates ... ok
2026-06-05T00:48:39.4267029Z test cli::tests::shell_spawn_cap_and_over_cap_gates ... ok
2026-06-05T00:48:50.1191906Z test cli::tests::shell_spawn_gates_on_the_registered_set ... ok
2026-06-05T00:49:01.2234015Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-05T00:49:01.2234664Z 
2026-06-05T00:49:01.2236172Z test result: ok. 74 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.78s
2026-06-05T00:49:01.2237506Z 
2026-06-05T00:49:01.2268172Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-91433aa8bc1e3586)
2026-06-05T00:49:01.2285395Z 
2026-06-05T00:49:01.2285763Z running 4 tests
2026-06-05T00:49:05.8791182Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-05T00:49:05.9969048Z test mock_adapter_drives_the_full_contract ... ok
2026-06-05T00:49:06.0518327Z SEEDED:1382074
2026-06-05T00:49:06.3266498Z test seed_then_listen_binds_and_relays ... ok
2026-06-05T00:49:06.3408781Z SEEDED:1382074
2026-06-05T00:49:06.8697636Z test live_agent_lifecycle_e2e ... ok
2026-06-05T00:49:06.8698352Z      Running tests/shell_e2e.rs (target/debug/deps/shell_e2e-c32ffc3a7945004f)
2026-06-05T00:49:06.8707230Z 
2026-06-05T00:49:06.8707735Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.64s
2026-06-05T00:49:06.8708312Z 
2026-06-05T00:49:06.8716129Z 
2026-06-05T00:49:06.8716360Z running 1 test
2026-06-05T00:49:07.1737406Z test mock_shell_binary_drives_the_full_link ... ok
2026-06-05T00:49:07.1740162Z 
2026-06-05T00:49:07.1740824Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s
2026-06-05T00:49:07.1741465Z 
2026-06-05T00:49:07.1742158Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-e4e66f983eba88ed)
2026-06-05T00:49:07.1781243Z 
2026-06-05T00:49:07.1781603Z running 153 tests
2026-06-05T00:49:07.1785930Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-05T00:49:07.1786780Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-05T00:49:07.1793775Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-05T00:49:07.1800369Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-05T00:49:07.1808804Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-05T00:49:07.1809899Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-05T00:49:07.1810781Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-05T00:49:07.1821520Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-05T00:49:07.1825986Z test access::tests::gate_decision_table ... ok
2026-06-05T00:49:07.1830911Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-05T00:49:07.1836439Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-05T00:49:07.1839978Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-05T00:49:07.1841098Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-05T00:49:07.1842185Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-05T00:49:07.1843168Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-05T00:49:07.1844991Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-05T00:49:07.1845956Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-05T00:49:07.1846858Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-05T00:49:07.1847736Z test config::tests::save_load_roundtrip ... ok
2026-06-05T00:49:07.1848573Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-05T00:49:07.1850311Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-05T00:49:07.1851318Z test adapter_update::tests::ripple_registered_uses_the_registered_set ... ok
2026-06-05T00:49:07.1855121Z test config::tests::missing_file_is_default ... ok
2026-06-05T00:49:07.1855925Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-05T00:49:07.1880581Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-05T00:49:07.1888884Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-05T00:49:07.1890456Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-05T00:49:07.1898435Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-05T00:49:07.1918037Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-05T00:49:07.1919054Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-05T00:49:07.1944623Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-05T00:49:07.1945437Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-05T00:49:07.1946177Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-05T00:49:07.1947029Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-05T00:49:07.1954096Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-05T00:49:07.1955112Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-05T00:49:07.1956100Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-05T00:49:07.1956983Z test digesthub::tests::render_is_glanceable ... ok
2026-06-05T00:49:07.1957796Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-05T00:49:07.1958650Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-05T00:49:07.2027311Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-05T00:49:07.2046530Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-05T00:49:07.2048154Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-05T00:49:07.2049093Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-05T00:49:07.2050004Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-05T00:49:07.2050674Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-05T00:49:07.2051706Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-05T00:49:07.2052365Z test grants::tests::escalation_answers_apply ... ok
2026-06-05T00:49:07.2053708Z test grants::tests::escalation_ask_body_roundtrip ... ok
2026-06-05T00:49:07.2068288Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-05T00:49:07.2069344Z test grants::tests::no_session_escalates_with_none_target ... ok
2026-06-05T00:49:07.2070223Z test grants::tests::preconsent_flags_author_grants ... ok
2026-06-05T00:49:07.2071094Z test grants::tests::reserved_capabilities_refuse_even_when_granted ... ok
2026-06-05T00:49:07.2071925Z test grants::tests::ungranted_escalates_granted_allows ... ok
2026-06-05T00:49:07.2401779Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-05T00:49:07.3162496Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-05T00:49:07.3731618Z test grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips ... ok
2026-06-05T00:49:07.4266531Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-05T00:49:07.4807025Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-05T00:49:07.5059611Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-05T00:49:07.5292110Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-05T00:49:07.5831162Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-05T00:49:07.6056587Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-05T00:49:07.6590782Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-05T00:49:07.6593686Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-05T00:49:07.6596433Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-05T00:49:07.6597754Z test msg::tests::output_envelope_round_trips ... ok
2026-06-05T00:49:07.6599050Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-05T00:49:07.6600464Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-05T00:49:07.6806148Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-05T00:49:07.6853177Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-05T00:49:07.7128057Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-05T00:49:07.8375390Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-05T00:49:07.9928614Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-05T00:49:08.1048734Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-05T00:49:08.2172981Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-05T00:49:08.2386705Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-05T00:49:08.2742851Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-05T00:49:08.3899545Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-05T00:49:08.4385118Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-05T00:49:08.5328455Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-05T00:49:08.5924558Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-05T00:49:08.6422821Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-05T00:49:08.7329709Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-05T00:49:08.7449224Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-05T00:49:08.8776913Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-05T00:49:08.9597909Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-05T00:49:09.0818433Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-05T00:49:09.1595587Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-05T00:49:09.2317172Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-05T00:49:09.3046772Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-05T00:49:09.3047646Z test reconcile::tests::active_node_wins ... ok
2026-06-05T00:49:09.3048679Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-05T00:49:09.3049762Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-05T00:49:09.3050646Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-05T00:49:09.4375289Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-05T00:49:09.5193747Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-05T00:49:09.6512481Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-05T00:49:09.6527420Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-05T00:49:09.6533080Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-05T00:49:09.6541240Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-05T00:49:09.6569020Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-05T00:49:09.6576821Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-05T00:49:09.6584437Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-05T00:49:09.6599380Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-05T00:49:09.6600755Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-05T00:49:09.6610994Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-05T00:49:09.6620216Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-05T00:49:09.6621198Z test release::tests::hex_roundtrips ... ok
2026-06-05T00:49:09.6638869Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-05T00:49:09.6644221Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-05T00:49:09.6646187Z test release::tests::revoked_key_is_rejected ... ok
2026-06-05T00:49:09.6655600Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-05T00:49:09.6662925Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-05T00:49:09.6666871Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-05T00:49:09.6675670Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-05T00:49:09.6676816Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-05T00:49:09.6678099Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-05T00:49:09.6690737Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-05T00:49:09.6695670Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-05T00:49:09.6696499Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-05T00:49:09.7869102Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-05T00:49:09.8198590Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-05T00:49:09.8201784Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-05T00:49:09.8940577Z test relay::tests::run_honors_stop ... ok
2026-06-05T00:49:09.9075513Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-05T00:49:09.9613563Z test resting::tests::rest_edges_cascade_shells_with_divergence ... ok
2026-06-05T00:49:09.9621558Z test shellchan::tests::frames_compose_and_stamp_roundtrips ... ok
2026-06-05T00:49:09.9622355Z test shellchan::tests::sensory_text_file_frames_shape ... ok
2026-06-05T00:49:09.9627968Z test shellchan::tests::vocab_check_bounds_ops_and_args ... ok
2026-06-05T00:49:09.9675949Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-05T00:49:09.9704889Z test shelldisc::tests::shell_context_renders_sections_and_empties_to_none ... ok
2026-06-05T00:49:09.9717990Z test shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable ... ok
2026-06-05T00:49:09.9744447Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-05T00:49:09.9791943Z test shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot ... ok
2026-06-05T00:49:09.9810128Z test seedmap::tests::take_absent_is_none ... ok
2026-06-05T00:49:09.9823146Z test shellhost::tests::launch_fails_closed_on_bad_templates ... ok
2026-06-05T00:49:09.9825292Z test shellhost::tests::link_key_and_frame_mac_roundtrip ... ok
2026-06-05T00:49:09.9827686Z test sync::tests::gate_decision_table ... ok
2026-06-05T00:49:10.0123543Z test shellhost::tests::launch_parks_token_and_bind_by_token_onlines ... ok
2026-06-05T00:49:10.0126767Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-05T00:49:10.0128939Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-05T00:49:10.0129817Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-05T00:49:10.0130603Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-05T00:49:10.0131458Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-05T00:49:10.0132304Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-05T00:49:10.0153081Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-05T00:49:10.0164517Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-05T00:49:10.0244322Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-05T00:49:10.0245694Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-05T00:49:10.1353354Z test shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline ... FAILED
2026-06-05T00:49:10.2173156Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-05T00:49:40.1913112Z test shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases ... FAILED
2026-06-05T00:49:40.1913789Z 
2026-06-05T00:49:40.1913949Z failures:
2026-06-05T00:49:40.1914149Z 
2026-06-05T00:49:40.1914614Z ---- shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline stdout ----
2026-06-05T00:49:40.1915269Z 
2026-06-05T00:49:40.1916057Z thread 'shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline' (1382562) panicked at crates/spt-daemon/src/shellhost.rs:594:9:
2026-06-05T00:49:40.1917197Z the binary never survives a link-break
2026-06-05T00:49:40.1917906Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-05T00:49:40.1918499Z 
2026-06-05T00:49:40.1918987Z ---- shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases stdout ----
2026-06-05T00:49:40.1919763Z 
2026-06-05T00:49:40.1920541Z thread 'shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases' (1382560) panicked at crates/spt-daemon/src/shellhost.rs:656:9:
2026-06-05T00:49:40.1921631Z a dead child never waits out the window
2026-06-05T00:49:40.1921933Z 
2026-06-05T00:49:40.1921939Z 
2026-06-05T00:49:40.1922083Z failures:
2026-06-05T00:49:40.1922624Z     shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-05T00:49:40.1923508Z     shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-05T00:49:40.1924031Z 
2026-06-05T00:49:40.1924483Z test result: FAILED. 151 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 33.01s
2026-06-05T00:49:40.1925099Z 
2026-06-05T00:49:40.1939044Z error: test failed, to rerun pass `-p spt-daemon --lib`
2026-06-05T00:49:40.2055332Z ##[error]Process completed with exit code 101.
2026-06-05T00:49:40.2307164Z Post job cleanup.
2026-06-05T00:49:40.3565559Z [command]/usr/bin/git version
2026-06-05T00:49:40.3627138Z git version 2.34.1
2026-06-05T00:49:40.3667867Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/a5bf5c46-200c-495c-be19-7d2dd6b09841/.gitconfig'
2026-06-05T00:49:40.3691077Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/a5bf5c46-200c-495c-be19-7d2dd6b09841' before making global git config changes
2026-06-05T00:49:40.3692418Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T00:49:40.3700406Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T00:49:40.3748470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T00:49:40.3795006Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T00:49:40.4039115Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T00:49:40.4070806Z http.https://github.com/.extraheader
2026-06-05T00:49:40.4086118Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-05T00:49:40.4135281Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T00:49:40.4421233Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T00:49:40.4469799Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T00:49:40.4938668Z Cleaning up orphan processes
